翻訳と辞書
Words near each other
・ History (Canada)
・ History (controller.controller album)
・ History (disambiguation)
・ History (Dune album)
・ History (European TV channel)
・ History (Funeral for a Friend song)
・ History (journal)
・ History (Loudon Wainwright III album)
・ History (Matthew West album)
・ History (novel)
・ History (short story)
・ History (Southeast Asian TV channel)
・ History (The Verve song)
・ History (theatrical genre)
・ History (TV channel)
History (Unix)
・ History 101
・ History 101 (Community)
・ History Alive!
・ History Alive! The Medieval World and Beyond
・ History and Anthropology
・ History and Class Consciousness
・ History and culture of breastfeeding
・ History and culture of substituted amphetamines
・ History and Ethnography Museum
・ History and Future of Justice
・ History and naming of human leukocyte antigens
・ History and philosophy of science
・ History and Public Policy Program
・ History and Technology


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

History (Unix) : ウィキペディア英語版
History (Unix)

The various Unix shells maintain a record of the commands issued by the user during the current session. The history command manipulates this history list. In its simplest form, it prints the history list. Options allow for the recall and editing of particular commands and for setting parameters such as the number of past commands to retain in the list.〔(【引用サイトリンク】url=http://www.washington.edu/computing/unix/history.html )
In early versions of Unix the history command was a separate program. However, most shells have long included the history command as a shell built-in, so the separate program is no longer in common use. Since most current history commands are shell built-ins, details depend on the choice of Unix shell.
tcsh
history () ()
history -S|-L|-M () (+)
history -c (+)
The first form prints the history event list. If n is given only the n most recent events are printed or saved. With -h, the history list is printed without leading numbers. If -T is specified, timestamps are printed also in comment form. (This can be used to produce files suitable for loading with 'history -L' or 'source -h'.) With -r, the order of printing is most recent first rather than oldest first.
With -S, the second form saves the history list to filename. If the first word of the savehist shell variable is set to a number, at most that many lines are saved. If the second word of savehist is set to `merge', the history list is merged with the existing history file instead of replacing it (if there is one) and sorted by time stamp. (+) Merging is intended for an environment like the X Window System with several shells in simultaneous use. Currently it succeeds only when the shells quit nicely one after another.
With -L, the shell appends filename, which is presumably a history list saved by the -S option or the savehist mechanism, to the history list. -M is like -L, but the contents of filename are merged into the history list and sorted by timestamp. In either case, histfile is used if filename is not given and ~/.history is used if histfile is unset. `history -L' is exactly like 'source -h' except that it does not require a filename.
Note that login shells do the equivalent of `history -L' on startup and, if savehist is set, `history -S' before exiting. Because only ~/.tcshrc is normally sourced before ~/.history, histfile should be set in ~/.tcshrc rather than ~/.login.
If histlit is set, the first and second forms print and save the literal (unexpanded) form of the history list.
The last form clears the history list.
== References ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「History (Unix)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.